ItemMessageClass Property

Gets or sets message class, such as "IPM.Note". The message class specifies the type of the message. It determines the set of properties defined for the message, the kind of information the message conveys, and how to handle the message. This property represents MAPI property PR_MESSAGE_CLASS. Here is a list of standard values .

Definition

Namespace: Independentsoft.Pst
Assembly: Independentsoft.Pst (in Independentsoft.Pst.dll) Version: 1.2.900.17830
C#
public string MessageClass { get; }

Property Value

String
The message class.

See Also